home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 020a / lisfan.zip / DISPLAY.BAT next >
DOS Batch File  |  1991-06-29  |  318b  |  11 lines

  1. @echo off
  2. cls
  3. echo This batch file will display both .TIF
  4. echo pictures at 20 second intervals.
  5. echo If you want to incrase, or decrease the
  6. echo amount of display time, simply change the
  7. echo number behind the "/" by using any text editor you wish.
  8. echo Hit esc when you want to exit.
  9. Pause
  10. slide slist /20
  11.